home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1993 February / 64er_Magazin_93-02_1993_Markt__Technik_de_Side_A.d64 / profi-ass patch (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  954b  |  30 lines

  1. 10 rem *** programm zum korrigieren
  2. 11 rem *** des fehlers bei profi-ass
  3. 12 rem *** umwandlung ascii->hex
  4. 13 rem *** beispiel: lda 1264 wird
  5. 14 rem *** assembliert zu lda 1265
  6. 15 rem
  7. 16 rem *** (c) nikolaus heusler
  8. 17 rem *** 1107862329h
  9. 18 rem *** 2509921553h
  10. 19 rem *** vorher profi-ass laden !
  11. 20 rem *** fuer profi-ass versionen
  12. 21 rem *** ab $9000
  13. 22 rem *** fehler: zwischen $945c und
  14. 23 rem *** $945d fehlt clc
  15. 24 rem
  16. 25 rem -------------------------------
  17. 100 ifpeek(56)>144thenprint"[147]adresse 56 aendern, dann neustart!":end
  18. 110 ifpeek(37980)=76thenprint"[147]gepatchte version schon im speicher!":goto170
  19. 120 ifpeek(37980)<>8thenprint"[147]erst profi-ass v1 laden!":end
  20. 130 poke37980,76:poke37981,87:poke37982,144
  21. 140 readm:ifm=>.thenpoke36949+i,m:i=i+1:goto140
  22. 150 data13,,8,24,101,76,76,95,148,-1
  23. 160 print"[147]patch erfolgreich.
  24. 170 [153]"speichern mit:
  25. 180 print"poke 56,144:poke 45,0:new
  26. 190 [153]"poke 43,0:poke 44,144:poke 46,160
  27. 200 print"save"chr$(34)"profi-ass"chr$(34)",8
  28. 210 [153]"sys 64738
  29. 220 poke198,5:poke631,19:poke632,17:poke633,17:poke634,17:poke635,17
  30.